Training environments¶
A number of custom Gym environments are available in the gym_envs directory. They simulate the WidowX MK-II robotic manipulator with the Pybullet physics engine. The objective is to bring the end-effector as close as possible to a target position.
Each implemented environment is described here. The action, observation and reward functions are given in this document. Various types of reaching tasks are available. They are listed in below by increasing order of difficulty.
Reaching task |
Rendering |
|---|---|
|
Fixed position + no orientation |
|
Random position + no orientation |
|
Fixed position + fixed orientation |
|
Fixed position + random orientation |
|
Moving position + no orientation |